projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b948ce8
)
* lisp/vc/diff-mode.el (diff-file-prev/next): Fix typo.
author
Leo Liu
<sdl.web@gmail.com>
Sat, 14 Apr 2012 06:28:57 +0000
(14:28 +0800)
committer
Leo Liu
<sdl.web@gmail.com>
Sat, 14 Apr 2012 06:28:57 +0000
(14:28 +0800)
lisp/ChangeLog
patch
|
blob
|
history
lisp/vc/diff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index c25fab9b619a9ba0bee0dcaba217cb73265e5d0a..416a365179f852e9da6a95194669908008665945 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2012-04-14 Leo Liu <sdl.web@gmail.com>
+
+ * vc/diff-mode.el (diff-file-prev/next): Fix typo.
+
2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
Spelling fixes.
diff --git
a/lisp/vc/diff-mode.el
b/lisp/vc/diff-mode.el
index 16e33889c31a7400c7fa71c12b6518bb01d3d8f5..8b6b85dd22ee0dd072581c7894c06c154b069326 100644
(file)
--- a/
lisp/vc/diff-mode.el
+++ b/
lisp/vc/diff-mode.el
@@
-545,7
+545,7
@@
but in the file header instead, in which case move forward to the first hunk."
(condition-case-unless-debug nil (diff-refine-hunk) (error nil))))
(easy-mmode-define-navigation
- diff-file diff-file-header-re "file" diff-end-of-
hunk
)
+ diff-file diff-file-header-re "file" diff-end-of-
file
)
(defun diff-restrict-view (&optional arg)
"Restrict the view to the current hunk.